/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1074px){
    .Card figure{
        width: 400px;
    }

     
 .travel-content {
    height: auto;
}
    
}

@media (max-width: 1043px) {
    .features h1 {
        font-size: 20px;
    }

    .features p {
        font-size: 17px;
    }

    .Pre h2 {
        font-size: 22px;
    }

    .Pre p {
        font-size: 17px;
    }

    .Pre img {
        width: 90%;
    }

    
        .Card figure {
            max-width: 45%;
        }
     
 .travel-content {
    height: auto;
}
    

}

@media (max-width: 998px) {
    nav .nav-bar .sidebarOpen{
        display: block;
    }
    nav .nav-bar .sidebarOpen{
        display: block;
    }
    
    .menu{
        position: fixed;
        height: 100%;
        width: 320px;
        left: -100%;
        top: 0;
        background-color: var(--side-bar);
        padding: 20px;
        z-index: 100;
        transition: all 0,3s ease;
    }
    
    nav.active .menu{
        left: -0%;
    }

    .menu .logo-toggle{
        display: block;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 220px;
        cursor: pointer;
    }

    .menu .logo-toggle img{
        max-width: 100%;
    }
    .nav-links li:hover a::before{
        opacity: 0;
    }

    
 
     .logo-toggle .siderbarClose{
         color: var(--text-color);
         font-size: 24px;
 
     }
    
    nav.active .nav-bar .navlogo a{
        opacity: 0;
        transition: all 0.3s ease;
    }
 
     .logo-toggle .siderbarClose{
         color: var(--text-color);
         font-size: 24px;
        }

         
 .travel-content {
    height: auto;
}
       

 
    



     
    /* Sidebar Menu */
.menu {
    position: fixed;
    height: 100vh;
    width: 350px; /* Ensure fixed width */
    background-color: var(--side-bar);
    top: 0;
    left: -100%;
    padding: 50px 0; /* Remove side padding */
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 100;
    transition: all 0,3s ease;
}

/* Navigation Links */
.nav-bar .nav-links {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    width: 100%; /* Ensure full width */
}

.nav-bar .nav-links li {
    margin: 10px 0;
    padding-left: 0;
    width: 100%; /* Ensure list items span full width */
}

.nav-bar .nav-links li a {
    padding: 10px 20px; /* Ensure text aligns to the left */
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    transition: background 0.3s;
    width: 100%; /* Make clickable area full width */
    text-align: left;
}

.nav-bar .nav-links li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Dropdown Menu */
.nav-links .dropdown {
    position: static; /* Keep dropdown aligned with the sidebar */
    background: var(--side-bar);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    padding: 0;
    list-style: none;
    margin: 0;
}

.nav-links .dropdown li {
    margin: 0;
    padding-left: 0;
    width: 100%;
    line-height: 25px;
}

.nav-links .dropdown li a {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    color: #fff;
    width: 100%;
    margin: 0;
}

.nav-bar .nav-links li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

/* Hide Desktop Items from Sidebar */
.nav-links  {
    display: none;
}

/* Mobile Item */


.nav-links .mobile-item {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-links .mobile-item:hover{
    background: rgba(255, 255, 255, 0.1);
}

/* Ensure Proper List Alignment */
.nav-bar .nav-links, .nav-links {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    width: 100%;
}
.nav-links .dropdown {
    padding-left: 50px;
    margin: 0;
    line-height: 20px;
}

.Trans img{
    width: 400px;
 }
 
}

@media (max-width:890px){
    .Trans img{
        width: 300px;
     }

     .travel-content {
        height: auto;
    }
}

/* ================= Hero section Responsive Design ================= */
@media (max-width: 790px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .btn {
        font-size: 1rem;
        padding: 10px 20px;
    }


    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-section,
    .details,
    .get-in-touch,
    .social-newsletter {
        text-align: center;
        min-width: 100%;
        padding: 10px;
    }
    
    .footer img {
        max-width: 100px;
        height: 100px;
    }
    
    .get-in-touch input,
    .get-in-touch select,
    .get-in-touch textarea {
        font-size: 14px;
    }
    
    .social-icons {
        justify-content: center;
    }

    .footer-bottom {
        position: absolute;
        margin-top: 0px;
        padding-top: -0px;
        font-size: 12px;
        padding: 0px;
        margin-left: -150px
        
    }
    .footer-bottom p{
        position: relative;
        margin-top: 0px;
        padding-top: -0px;
        font-size: 12px;
        padding: 0px;
        margin-left: 200px
        
    }
    .features h1 {
        font-size: 20px;
    }

    .features p {
        font-size: 16px;
        line-height: 1.5;
    }

    .Pre h2 {
        font-size: 18px;
    }

    .Pre .Tre h3 {
        font-size: 16px;
    }

    .Pre p {
        font-size: 16px;
        line-height: 1.5;
    }


    .Pre img {
        width: 100%;
    }
    .Card figure {
        max-width: 100%;
    }

    .Card figcaption h3 {
        font-size: 20px;
    }

    .Card figcaption p {
        font-size: 15px;
    }

    .Trans {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .Accommodation {
        max-width: 100%;
        padding: 0 10px;
    }

    .Accommodation h3 {
        font-size: 22px;
    }

    .Accommodation p {
        font-size: 16px;
    }

    .Trans .Accommodation .More {
        font-size: 0.95rem;
        padding: 8px 16px;
    }
    
    .Trans{
        display: none;
    }

    .Mobility{
        display: flex;
    }

    .travel-content {
        height: auto;
    }
        
    
}

@media (max-width: 480px) {
    .features {
        padding: 15px;
    }

    .features h1 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .features p {
        font-size: 15px;
        line-height: 1.5;
    }

    .Pre {
        padding: 15px;
    }

    .Pre h2 {
        font-size: 18px;
        margin: 15px 0;
    }

    .Pre .Tre h3 {
        font-size: 16px;
    }

    .Pre p {
        font-size: 15px;
        line-height: 1.5;
    }

    .Pre img {
        width: 100%;
    }

    .Pre .Tre .More {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .Card {
        padding: 0 10px;
    }

    .Card figcaption h3 {
        font-size: 18px;
    }

    .Card figcaption p {
        font-size: 14px;
    }

    .travel-content {
        height: auto;
    }

}

/* FADE IN ANIMATION */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*Travel-Assistance*/
/* Responsive Design */

@media screen and (max-width: 768px) {
    .travel-assistance{
        height: auto;

    }

    .travel-content {
        max-width: 95%;
        padding: 30px;
        height: auto;
    }
    .travel-content h2 {
        font-size: 2rem;
    }
    .travel-content p {
        font-size: 1rem;
    }
    .quote-button {
        font-size: 1rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 551px)


/*How we can Help Responsive Design */
@media screen and (max-width: 768px) {
    .help-section {
        max-width: 95%;
        padding: 40px 15px;
    }
    .help-section h2 {
        font-size: 2rem;
    }
    .help-section p {
        font-size: 1rem;
        padding: 10px;
    }
}
